home *** CD-ROM | disk | FTP | other *** search
- global gSpecialObjects
-
- on exitFrame
- UtilUpdateFrame()
- set the movieRate of sprite 1 to 1
- if soundBusy(2) then
- go(the frame)
- else
- puppetSound(1, member "0203S04" of castLib "jmh sounds ext")
- MakeVisible(getProp(gSpecialObjects, #printButton))
- UtilGoToFrame(the frame + 1)
- set the movieRate of sprite 1 to 0
- end if
- end
-